processor time

英 [ˈprəʊsesə(r) taɪm] 美 [ˈprɑːsesər taɪm]

网络  处理器时间; 处理器利用率; 处理器时间百分比

计算机



双语例句

  1. The problem with this procedure is that it wastes a lot of good processor time.
    这个过程的问题是,它会浪费大量处理器时间。
  2. SQLObject sacrifices processor time for developer time.
    SQLObject为开发人员时间牺牲了处理器时间。
  3. These will give you an idea of how much processor time is spent servicing the network and if the DPC queue is growing.
    这些信息可以让您了解网络占用的处理器时间以及DPC队列是否在增长。
  4. We could spawn a new thread for each piece of data produced, but this would waste a lot of processor time starting and stopping threads.
    可为所产生的每个数据片段生成一个新线程,但这会将大量处理器时间浪费在启动和停止线程上。
  5. The ZLIB compression algorithm requires more processor time but works well when applied to more varied data.
    ZLIB压缩算法需要更多的处理器时间,但适用于更具变化性的数据。
  6. Ideally, a server should have some room for growth and once it is pushed to80 percent processor time, you should not add any more registered users or server tasks.
    在理想情况下,服务器应该保留一些增长空间,一旦处理器时间达到100%,就不应该再添加任何注册用户或服务器任务。
  7. The run length encoding ( RLE) compression algorithm requires very little processor time and works well for data that has lots of the same byte value repeated in consecutive locations.
    行程编码(RLE)压缩算法需要非常少的处理器时间,适用于在连续位置重复许多相同字节值的数据。
  8. Once there are more threads than processors, the threads must compete with one another for processor time, and some threads will always be waiting, so the application effectiveness is reduced.
    如果线程数多于处理器数,那么线程必须争用处理器时间,有些线程会一直处于等待状态,这样,应用程序的效率就降低了。
  9. A CPU-bound application can't get enough processor time to complete the work it's being asked to do.
    一个CPU关键型应用程序不能得到足够处理器时间来完成既定工作。
  10. On a multi-processor system, if all processors are always busy, this is100%.
    在一个多处理器系统上,如果所有线程始终处于繁忙状态,那么%TotalProcessorTime达到了100%。
  11. The main idea behind the CFS is to maintain balance ( fairness) in providing processor time to tasks.
    CFS背后的主要想法是维护为任务提供处理器时间方面的平衡(公平性)。
  12. Because DOM builds a tree of the entire document, it uses a lot of memory and processor time.
    因为DOM要构造整个文档树,要花费大量的内存和处理器时间。
  13. Waiting processes: No process should stay without processor time for long periods of time; additionally, no process should take an unreasonably high amount of CPU time.
    等待进程:没有进程需要长时间地等待处理器;同时,没有进程会无端地占用大量的CPU时间。
  14. The host will either take any unused processor time from any of the four other VMs or write the other VMs 'data to disc to free up resources.
    主机将从任何其他4个VM获取任何未用的处理器时间,或者将其他VM的数据写入磁盘以释放资源。
  15. Processor time is organized into four time modes: system time, user time, I/ O wait time, and idle time.
    处理器时间由4个时间模式组成:系统时间、用户时间、I/O等待时间和空闲时间。
  16. In some circumstances, using channel compression can reduce the amount of processor time spent encrypting data for SSL-based connections.
    在某些情况下,使用通道压缩可以减少为基于SSL的连接加密数据花费的处理器时间。
  17. Because each task can have its own logical processor, it receives considerably more processor time for the same given duration of the test.
    因为每一个任务都有其自己的逻辑处理器,所以在同一给定的测试期间它会收到相当多的处理器时间。
  18. Each of these technologies uses processor time outside of the application programmer's control.
    这两种技术都要使用应用程序编程人员无法控制的处理器时间。
  19. Percentage IOWAIT CPU Time Percentage IOWAIT time is the percentage of non-idle processor time spent waiting for I/ O to complete.
    PercentageIOWAITCPUTime(IOWAITCPU时间百分比)IOWAIT时间百分比是等待I/O完成所花费的非空闲处理器时间的百分比。
  20. The use of RDMA enables direct updates in member host memory without requiring member processor time.
    RDMA的使用支持成员主机内存中的直接更新,不需要成员处理器时间。
  21. Percentage User CPU Time Percentage user time is the percentage of non-idle processor time spent in user mode.
    PercentageUserCPUTime(用户CPU时间百分比)用户时间百分比是用户模式下非空闲处理器时间的百分比。
  22. When we configured multiple CPUs, we used the System Object metric, otherwise known as the% Total Processor Time ( this measures processor utilization for all the processors combined).
    当配置多个CPU时,我们使用SystemObject指标,也被称为%TotalProcessorTime(用来度量结合多个处理器之后的处理器利用情况)。
  23. Specify whether to log job accounting information ( for example, user, processor time and memory usage) and set the logging interval.
    指定是否记录工作记帐信息(例如,用户、进程时间和内存使用)并设置日志时间间隔。
  24. The kernel manages memory, connect I/ O devices and parcels out processor time.
    内核管理存储器和文件,把应用程序与输入/输出设备相连以及划分处理器时间等。
  25. XML-Java Mapping requires increasingly more processor time as XML message size and complexity grows.
    当XML消息大小和复杂性增加时,XML-JAVA映射需要越来越多的处理时间。
  26. The percent of processor time that is not spent idle. This value is approximate.
    处理器处于非闲置状态的时间百分比。该值为近似值。
  27. A multiprogramming operating system builds on this base, adding modules to manage processor time, main memory space, and peripheral devices.
    多道程序设计的操作系统是建立在处理器时间管理、主存空间管理和外围设备管理等模块基础上的。
  28. It uses no processor time while waiting for the object state to become signaled or the time-out interval to elapse.
    而互斥量对象除了记录当前信号状态外,还要记住此时那个线程拥有它。
  29. Furthermore, two or more applications sharing processor time could be issuing conflicting instructions to the hardware.
    此外,共享处理机时间的两个或多个应用程序有可能会在向同一个硬件发送指令时产生冲突。
  30. This allows you to avoid recreating information that satisfied a previous request, particularly information that demands significant processor time or other resources.
    使您能够避免重新创建满足先前请求的信息,尤其是那些需要大量处理器时间或资源的信息。